Representation of all integers.
Compares this integer with the other one for order. Returns zero if this integer equals the other one, a negative number if it's less than the other one, or a positive number if it's greater than the other one.
Returns this integer as an Int.
Returns the string representation of this integer.
Divides this integer by the other one, truncating the result to an integer that is closer to zero.
Subtracts the other integer from this one.
Adds the other integer to this one.
Calculates the remainder of truncating division of this integer by the other one.
Multiplies this integer by the other one.